home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
libraries
/
mui23dev.lha
/
MUI
/
Developer
/
C
/
DLib
/
MakeObj.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-05-14
|
219 b
|
11 lines
#include <clib/muimaster_protos.h>
#include <pragmas/muimaster_pragmas.h>
extern struct Library *MUIMasterBase;
Object *MUI_MakeObject(LONG type, ...)
{
return(MUI_MakeObjectA(type, (ULONG *)(((ULONG)&type)+4)));
}